home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00139_Out-quit.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  191 b   |  18 lines

  1. on exitFrame
  2.   restoreOriginalVolume()
  3.   restoreOriginalMonitorSettings()
  4.   if authoring() then
  5.     halt()
  6.   else
  7.     quit()
  8.   end if
  9. end
  10.  
  11. on idle
  12.   nothing()
  13. end
  14.  
  15. on keyDown
  16.   nothing()
  17. end
  18.